home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / tools / minhan.lha / MountList < prev    next >
Text File  |  1993-10-10  |  758b  |  52 lines

  1. /*
  2.  * Minix-Handler for Diskdrive
  3.  */
  4.  
  5. DM0:
  6.         Device = ramdrive.device
  7.     FileSystem = L:Minix-Handler
  8.     Unit = 0
  9.     Flags = 0
  10.     Surfaces = 1
  11.     BlocksPerTrack = 1
  12.     Reserved = 2
  13.     Interleave = 0
  14.     LowCyl = 0
  15.     HighCyl = 79
  16.     Buffers = 28
  17. /*    Priority = 5    */
  18.     GlobVec = -1
  19.     BufMemType = 0
  20.     Mask = 0xFFFFFE
  21.     MaxTransfer = 0x7FFFFFFF
  22.     Mount = 1
  23.     DosType = 0x4d4e5800
  24.     StackSize = 4000
  25. #
  26.  
  27. /*
  28.  * Minix-Handler for Diskdrive
  29.  */
  30.  
  31. DM1:
  32.         Device = gvpscsi.device
  33.     FileSystem = L:Minix-Handler
  34.     Unit = 000
  35.     Flags = 0
  36.     Surfaces = 7
  37.     BlocksPerTrack = 28
  38.     Reserved = 2
  39.     Interleave = 0
  40.     LowCyl = 2
  41.     HighCyl = 675
  42.     Buffers = 30
  43. /*    Priority = 5    */
  44.     GlobVec = -1
  45.     BufMemType = 0
  46.     Mask = 0xFFFFFE
  47.     MaxTransfer = 0x7FFFFFFF
  48.     Mount = 1
  49.     DosType = 0x4d4e5800
  50.     StackSize = 4000
  51. #
  52.